home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / bomb_bandits.swf / scripts / DefineButton2_50 / BUTTONCONDACTION on(release).as
Text File  |  2010-01-19  |  82b  |  5 lines

  1. on(release){
  2.    _root.gameType = "trial";
  3.    _root.gotoAndPlay("playGame");
  4. }
  5.